func html/template.isInScriptLiteral
3 uses
html/template (current package)
context.go#L185: func isInScriptLiteral(s state) bool {
escape.go#L800: if isInScriptLiteral(c.state) && containsSpecialScriptTag(s[i:i1]) {
transition.go#L219: if c.element == elementScript && (isInScriptLiteral(c.state) || isComment(c.state)) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)